.top-banner {
    height: 200px;
    background: url("../images/top-banner.png") no-repeat scroll
}

.emblem-container {
    width: 100%;
    height: 100%;
    position: relative
}

.emblem-container .emblem {
    position: absolute;
    width: 72px;
    height: 76px;
    top: 302px;
    left: calc(50% - 505px);
    z-index: 999
}

.emblem-container .emblem img {
    width: 100%;
    height: 100%;
    filter: none !important
}

.title-banner {
    position: relative;
    height: 208px;
    background-color: lemonchiffon;
    background: url("../images/title-banner.png") no-repeat scroll;
    margin-bottom: 0 !important
}

.title-banner > .logo {
    width: 600px;
    height: 76px;
    position: absolute;
    left: 170px;
    top: 85px;
    display: flex;
    justify-content: end;
    z-index: 66
}

.title-banner > .logo .title {
    height: 76px;
    width: 516px;
    background: url("../images/logo-title.png") no-repeat scroll;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0
}

.xj-nav {
    height: 60px;
    width: 1200px;
    background: url("../images/nav-bg.png") no-repeat scroll;
    padding: 0 25px 0 10px
}

.xj-nav > ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.xj-nav .xj-nav-item {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    padding: 0 9px;
    z-index: 1
}

.xj-nav .xj-nav-item.xj-nav-home {
    justify-self: flex-start;
    padding: 0 30px
}

.xj-nav .xj-nav-item.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 72px;
    position: absolute;
    top: -12px;
    left: 0;
    background-color: #f13638;
    z-index: -1
}

.xj-nav .xj-nav-item.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: calc(-50% - 10px);
    box-sizing: content-box;
    border-bottom: 12px solid #970709;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: -5
}